CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java 生产者 消费者

搜索资源列表

  1. jingkl

    0下载:
  2. 关于一个java线程的问题说明,是以生产者与消费者讲述-java threads of a problem that is about producers and consumers
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4160
    • 提供者:ll
  1. multiThread

    0下载:
  2. Java多线程基本使用与若干典型实例(如哲学家进餐、生产者消费者问题)-Java MultiThread example application code,include some famous issue like Philosophcian eatting,Producter and Consumer
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6811
    • 提供者:周航
  1. Monitor

    0下载:
  2. Monitor监视JAVA中生产者消费者线程问题-Using a monitor to resolve the producer and consumer question
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1381
    • 提供者:杜继宏
  1. Threads

    0下载:
  2. JAVA 多线程源代码,模拟生产者消费者问题-JAVA multiplythreads to simulink producer and consumer
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:917
    • 提供者:杜继宏
  1. Parkingsystem

    0下载:
  2. 主要用通过多线程控制(也就是生产者消费者的问题),还有就是java游戏开发的一些知识来,模拟了一个停车管理系统-Mainly used by multi-threaded control (that is, producers and consumers), there is some knowledge to java game development, simulation of a parking management system
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:440938
    • 提供者:guang
  1. ProducerConsumer

    0下载:
  2. Java多线程设计模式之生产者消费者,Java基础学习必备-Java multiple thread design——ProducerConsumer
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18710
    • 提供者:dragon.T
  1. Thread-Synchronization

    0下载:
  2. Java线程实现同步机制(生产者消费者问题),即生产者和消费者可以同时生产和消费商品,缓冲区中没有商品时,消费者需等待;缓冲区满时,生产者需等待。-Java code implements the issue of producer and customer with mutiple threads.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:31400
    • 提供者:
  1. ProducerConsumer-Test

    0下载:
  2. 解决操作系统中经典的生产者消费者问题,JAVA源代码-Solve the problems of the producers and consumers of the operating system in the classic, JAVA source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:965
    • 提供者:海蓝
  1. ProducerConsumer

    0下载:
  2. 生产者消费者的模拟 用java的JFrame写的界面,用图片运动表示生产者,消费者,缓冲的模拟-Simulation of producers and consumers java the JFrame write interface, producers, consumers, buffered analog picture movement
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:24686
    • 提供者:
  1. Tread

    0下载:
  2. 生产者消费者java程序,帮助理解线程thread的概念-Program "producer and customer" helping understand the conception of thread.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:9186
    • 提供者:CHEN Huicong
  1. thraed

    0下载:
  2. 用JAVA写的一个关于操作系统中的生产者消费者的线程的实现.-Written in JAVA an operating system on producers and consumers realize the thread.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1563
    • 提供者:
  1. ProducerCustomer

    0下载:
  2. 用JAVA实现生产者消费者问题。生产者-消费者问题是一个经典的进程同步问题-Producers and consumers to achieve with JAVA. Producer consumer problem is a classical process synchronization problem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:
  1. consumer

    0下载:
  2. 用java模拟生产者消费者的可图形化实例。通过控制进程模拟了生产消费和储存。-Using java simulations producers and consumers can be graphical examples. By controlling the process to simulate the production and consumption and storage.
  3. 所属分类:Games

    • 发布日期:2017-04-16
    • 文件大小:12184
    • 提供者:刘颖
  1. PaC

    0下载:
  2. 生产者和消费者问题,java学习的初级编程问题,动态显示缓冲池中的状态和生产者消费者的工作情况。-Producers and consumers, the primary learning java programming problems, work status and dynamic display producers and consumers of the buffer pool.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:lee
  1. ProducerConsumer

    0下载:
  2. 生产者消费者问题代码,使用java多线程技术-Producers and consumers of code, using java multithreading technology
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4323
    • 提供者:李他
  1. Java-xianchengtongbuhuchi

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:33662
    • 提供者:shileiye
  1. ProducterConsumerDemo

    0下载:
  2. java中经典应用,生产者消费者的使用例子,经过实际测试,两个线程交替执行,达到生产一个消费一个的功能。-the famous use in java launage,the productor and consumer pratiques...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:王茂春
  1. DemoThread

    0下载:
  2. java多线程中生产者消费者模型 1、生产者仅仅在仓储未满时候生产,仓满则停止生产。 2、消费者仅仅在仓储有产品时候才能消费,仓空则等待。 3、当消费者发现仓储没产品可消费时候会通知生产者生产。 4、生产者在生产出可消费产品时候,应该通知等待的消费者去消费。-producer and consumer model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:hyj
  1. 生产者和消费者问题

    0下载:
  2. Java实现经典的消费者和生产者问题。利用图形化界面演示生产者和消费者问题
  3. 所属分类:数学计算/工程计算

  1. ProducerAndConsumer

    0下载:
  2. 这是一个生产者与消费者典型例子,以售票和放票为例(Typical examples of producers and consumers)
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:一见如故
« 1 2 34 5 »
搜珍网 www.dssz.com